func runtime.typehash

8 uses

	runtime (current package)
		alg.go#L112: 		return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
		alg.go#L114: 		return c1 * typehash(t, a.data, h^c0)
		alg.go#L129: 		return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
		alg.go#L131: 		return c1 * typehash(t, a.data, h^c0)
		alg.go#L145: func typehash(t *_type, p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L177: 			h = typehash(a.Elem, add(p, i*a.Elem.Size_), h)
		alg.go#L186: 			h = typehash(f.Typ, add(p, f.Offset), h)
		alg.go#L198: 	return typehash(t, p, h)